﻿2026-06-19T05:17:28.1722197Z Current runner version: '2.335.1'
2026-06-19T05:17:28.1726765Z Runner name: 'kitsubito'
2026-06-19T05:17:28.1727269Z Runner group name: 'Default'
2026-06-19T05:17:28.1727923Z Machine name: 'KITSUBITO'
2026-06-19T05:17:28.1729973Z ##[group]GITHUB_TOKEN Permissions
2026-06-19T05:17:28.1731749Z Contents: read
2026-06-19T05:17:28.1732152Z Metadata: read
2026-06-19T05:17:28.1732537Z Packages: read
2026-06-19T05:17:28.1732905Z ##[endgroup]
2026-06-19T05:17:28.1734496Z Secret source: Actions
2026-06-19T05:17:28.1735010Z Prepare workflow directory
2026-06-19T05:17:28.2128306Z Prepare all required actions
2026-06-19T05:17:28.2157205Z Getting action download info
2026-06-19T05:17:28.5118642Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-19T05:17:29.3718319Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-19T05:17:29.4561506Z ##[group]Run actions/checkout@v5
2026-06-19T05:17:29.4562332Z with:
2026-06-19T05:17:29.4562735Z   fetch-depth: 0
2026-06-19T05:17:29.4563212Z   repository: SaberMage/spt-core
2026-06-19T05:17:29.4567004Z   token: ***
2026-06-19T05:17:29.4567401Z   ssh-strict: true
2026-06-19T05:17:29.4567796Z   ssh-user: git
2026-06-19T05:17:29.4568188Z   persist-credentials: true
2026-06-19T05:17:29.4568631Z   clean: true
2026-06-19T05:17:29.4569304Z   sparse-checkout-cone-mode: true
2026-06-19T05:17:29.4569771Z   fetch-tags: false
2026-06-19T05:17:29.4570172Z   show-progress: true
2026-06-19T05:17:29.4570566Z   lfs: false
2026-06-19T05:17:29.4570941Z   submodules: false
2026-06-19T05:17:29.4571361Z   set-safe-directory: true
2026-06-19T05:17:29.4572033Z ##[endgroup]
2026-06-19T05:17:29.5364216Z Syncing repository: SaberMage/spt-core
2026-06-19T05:17:29.5365811Z ##[group]Getting Git version info
2026-06-19T05:17:29.5366573Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-19T05:17:29.5367574Z [command]/usr/bin/git version
2026-06-19T05:17:29.5368020Z git version 2.43.0
2026-06-19T05:17:29.5370608Z ##[endgroup]
2026-06-19T05:17:29.5381267Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/41e8ea8e-c87d-44d2-9631-b4d5bc4d6c45' before making global git config changes
2026-06-19T05:17:29.5382682Z Adding repository directory to the temporary git global config as a safe directory
2026-06-19T05:17:29.5384172Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-19T05:17:29.5416396Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-19T05:17:29.5436738Z https://github.com/SaberMage/spt-core
2026-06-19T05:17:29.5446854Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-19T05:17:29.5449472Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-19T05:17:29.5468887Z refs/heads/main
2026-06-19T05:17:29.5474666Z [command]/usr/bin/git checkout --detach
2026-06-19T05:17:29.5552539Z HEAD is now at 6473fe74 release: v0.12.1 — real-harness lifecycle fixes + CLI polish
2026-06-19T05:17:29.5587960Z [command]/usr/bin/git branch --delete --force main
2026-06-19T05:17:29.5614123Z Deleted branch main (was 6473fe74).
2026-06-19T05:17:29.5685468Z ##[endgroup]
2026-06-19T05:17:29.5687768Z [command]/usr/bin/git submodule status
2026-06-19T05:17:29.5873962Z ##[group]Cleaning the repository
2026-06-19T05:17:29.5874712Z [command]/usr/bin/git clean -ffdx
2026-06-19T05:17:29.5900434Z Removing traceable-reqs
2026-06-19T05:17:29.5906805Z [command]/usr/bin/git reset --hard HEAD
2026-06-19T05:17:29.5952581Z HEAD is now at 6473fe74 release: v0.12.1 — real-harness lifecycle fixes + CLI polish
2026-06-19T05:17:29.5957688Z ##[endgroup]
2026-06-19T05:17:29.5959065Z ##[group]Disabling automatic garbage collection
2026-06-19T05:17:29.5962646Z [command]/usr/bin/git config --local gc.auto 0
2026-06-19T05:17:29.5986643Z ##[endgroup]
2026-06-19T05:17:29.5987467Z ##[group]Setting up auth
2026-06-19T05:17:29.5991687Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-19T05:17:29.6016247Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-19T05:17:29.6202053Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-19T05:17:29.6227173Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-19T05:17:29.6405544Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-19T05:17:29.6431184Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-19T05:17:29.6623034Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-19T05:17:29.6651360Z ##[endgroup]
2026-06-19T05:17:29.6652199Z ##[group]Fetching the repository
2026-06-19T05:17:29.6657271Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-19T05:17:30.3773551Z From https://github.com/SaberMage/spt-core
2026-06-19T05:17:30.3774866Z  * [new branch]        v0.12.1-lifecycle -> origin/v0.12.1-lifecycle
2026-06-19T05:17:30.3806856Z [command]/usr/bin/git branch --list --remote origin/main
2026-06-19T05:17:30.3833338Z   origin/main
2026-06-19T05:17:30.3840120Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-06-19T05:17:30.3857095Z 6473fe7485097ed899e77bfa4f71e9a2707cd554
2026-06-19T05:17:30.3861417Z ##[endgroup]
2026-06-19T05:17:30.3862761Z ##[group]Determining the checkout info
2026-06-19T05:17:30.3864223Z ##[endgroup]
2026-06-19T05:17:30.3865129Z [command]/usr/bin/git sparse-checkout disable
2026-06-19T05:17:30.3898753Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-19T05:17:30.3921710Z ##[group]Checking out the ref
2026-06-19T05:17:30.3923584Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-19T05:17:30.3966803Z Switched to a new branch 'main'
2026-06-19T05:17:30.3968115Z branch 'main' set up to track 'origin/main'.
2026-06-19T05:17:30.3973460Z ##[endgroup]
2026-06-19T05:17:30.4003725Z [command]/usr/bin/git log -1 --format=%H
2026-06-19T05:17:30.4028594Z 6473fe7485097ed899e77bfa4f71e9a2707cd554
2026-06-19T05:17:30.4246995Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-19T05:17:30.4248681Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-19T05:17:30.4266203Z shell: /usr/bin/bash -e {0}
2026-06-19T05:17:30.4267100Z ##[endgroup]
2026-06-19T05:17:30.4393931Z ##[group]Run set -euo pipefail
2026-06-19T05:17:30.4394907Z [36;1mset -euo pipefail[0m
2026-06-19T05:17:30.4395729Z [36;1mPIN=0c95435[0m
2026-06-19T05:17:30.4396537Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-19T05:17:30.4397535Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-19T05:17:30.4398887Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-19T05:17:30.4400747Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-19T05:17:30.4402494Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-19T05:17:30.4417387Z [36;1m  rm -rf "$CACHE"[0m
2026-06-19T05:17:30.4418390Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-19T05:17:30.4419591Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-19T05:17:30.4421085Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-19T05:17:30.4422531Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-19T05:17:30.4423690Z [36;1mfi[0m
2026-06-19T05:17:30.4424797Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-19T05:17:30.4441040Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-19T05:17:30.4442357Z env:
2026-06-19T05:17:30.4443069Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-19T05:17:30.4443966Z ##[endgroup]
2026-06-19T05:17:31.0954091Z    Compiling proc-macro2 v1.0.106
2026-06-19T05:17:31.0956572Z    Compiling unicode-ident v1.0.24
2026-06-19T05:17:31.0957723Z    Compiling quote v1.0.45
2026-06-19T05:17:31.0958734Z    Compiling libc v0.2.186
2026-06-19T05:17:31.0959896Z    Compiling serde_core v1.0.228
2026-06-19T05:17:31.0960990Z    Compiling cfg-if v1.0.4
2026-06-19T05:17:31.0961991Z    Compiling serde v1.0.228
2026-06-19T05:17:31.1000979Z    Compiling log v0.4.32
2026-06-19T05:17:31.1030417Z    Compiling pin-project-lite v0.2.17
2026-06-19T05:17:31.1133499Z    Compiling portable-atomic v1.13.1
2026-06-19T05:17:31.1137236Z    Compiling typenum v1.20.1
2026-06-19T05:17:31.1192333Z    Compiling memchr v2.8.1
2026-06-19T05:17:31.1240718Z    Compiling version_check v0.9.5
2026-06-19T05:17:31.1242458Z    Compiling find-msvc-tools v0.1.9
2026-06-19T05:17:31.1422422Z    Compiling shlex v2.0.1
2026-06-19T05:17:31.1654005Z    Compiling critical-section v1.2.0
2026-06-19T05:17:31.1826216Z    Compiling subtle v2.6.1
2026-06-19T05:17:31.1890735Z    Compiling bytes v1.11.1
2026-06-19T05:17:31.2591658Z    Compiling futures-core v0.3.32
2026-06-19T05:17:31.3841989Z    Compiling equivalent v1.0.2
2026-06-19T05:17:31.3882321Z    Compiling smallvec v1.15.1
2026-06-19T05:17:31.3979143Z    Compiling itoa v1.0.18
2026-06-19T05:17:31.4177757Z    Compiling semver v1.0.28
2026-06-19T05:17:31.4418581Z    Compiling stable_deref_trait v1.2.1
2026-06-19T05:17:31.4501839Z    Compiling slab v0.4.12
2026-06-19T05:17:31.4981411Z    Compiling futures-sink v0.3.32
2026-06-19T05:17:31.5082107Z    Compiling futures-io v0.3.32
2026-06-19T05:17:31.5151884Z    Compiling futures-task v0.3.32
2026-06-19T05:17:31.5751113Z    Compiling generic-array v0.14.7
2026-06-19T05:17:31.5850916Z    Compiling futures-channel v0.3.32
2026-06-19T05:17:31.6371379Z    Compiling bitflags v2.12.1
2026-06-19T05:17:31.6475612Z    Compiling rustversion v1.0.22
2026-06-19T05:17:31.6477992Z    Compiling hashbrown v0.17.1
2026-06-19T05:17:31.6608697Z    Compiling cpufeatures v0.2.17
2026-06-19T05:17:31.7109515Z    Compiling rustc_version v0.4.1
2026-06-19T05:17:31.7400942Z    Compiling fnv v1.0.7
2026-06-19T05:17:31.7955812Z    Compiling rand_core v0.10.1
2026-06-19T05:17:31.8106262Z    Compiling strsim v0.11.1
2026-06-19T05:17:31.8280794Z    Compiling cfg_aliases v0.2.1
2026-06-19T05:17:31.8544864Z    Compiling writeable v0.6.3
2026-06-19T05:17:31.8980850Z    Compiling litemap v0.8.2
2026-06-19T05:17:31.9200442Z    Compiling fs_extra v1.3.0
2026-06-19T05:17:31.9319226Z    Compiling dunce v1.0.5
2026-06-19T05:17:31.9546471Z    Compiling icu_properties_data v2.2.0
2026-06-19T05:17:32.0162433Z    Compiling ident_case v1.0.1
2026-06-19T05:17:32.0507696Z    Compiling getrandom v0.4.2
2026-06-19T05:17:32.0801391Z    Compiling utf8_iter v1.0.4
2026-06-19T05:17:32.1098801Z    Compiling icu_normalizer_data v2.2.0
2026-06-19T05:17:32.1191238Z    Compiling percent-encoding v2.3.2
2026-06-19T05:17:32.2189174Z    Compiling autocfg v1.5.1
2026-06-19T05:17:32.2751214Z    Compiling http v1.4.1
2026-06-19T05:17:32.3391081Z    Compiling cpufeatures v0.3.0
2026-06-19T05:17:32.3537868Z    Compiling unicode-segmentation v1.13.3
2026-06-19T05:17:32.3649126Z    Compiling thiserror v2.0.18
2026-06-19T05:17:32.3818642Z    Compiling aws-lc-rs v1.17.0
2026-06-19T05:17:32.3855216Z    Compiling scopeguard v1.2.0
2026-06-19T05:17:32.4001426Z    Compiling chacha20 v0.10.0
2026-06-19T05:17:32.4039335Z    Compiling form_urlencoded v1.2.2
2026-06-19T05:17:32.4731269Z    Compiling syn v2.0.117
2026-06-19T05:17:32.5115171Z    Compiling indexmap v2.14.0
2026-06-19T05:17:32.5151275Z    Compiling lock_api v0.4.14
2026-06-19T05:17:32.6126999Z    Compiling untrusted v0.9.0
2026-06-19T05:17:32.6208740Z    Compiling rustls v0.23.40
2026-06-19T05:17:32.6491312Z    Compiling heck v0.5.0
2026-06-19T05:17:32.7274678Z    Compiling atomic-waker v1.1.2
2026-06-19T05:17:32.7530596Z    Compiling anyhow v1.0.102
2026-06-19T05:17:32.7610936Z    Compiling const-oid v0.10.2
2026-06-19T05:17:32.7791470Z    Compiling unicode-xid v0.2.6
2026-06-19T05:17:32.7990694Z    Compiling parking_lot_core v0.9.12
2026-06-19T05:17:32.8280476Z    Compiling paste v1.0.15
2026-06-19T05:17:32.8621435Z    Compiling httparse v1.10.1
2026-06-19T05:17:32.8869292Z    Compiling zerocopy v0.8.50
2026-06-19T05:17:32.8901334Z    Compiling num-traits v0.2.19
2026-06-19T05:17:32.9430610Z    Compiling convert_case v0.10.0
2026-06-19T05:17:32.9810723Z    Compiling jobserver v0.1.34
2026-06-19T05:17:33.0140578Z    Compiling hybrid-array v0.4.12
2026-06-19T05:17:33.0410184Z    Compiling curve25519-dalek v4.1.3
2026-06-19T05:17:33.0570685Z    Compiling ahash v0.8.12
2026-06-19T05:17:33.1350551Z    Compiling either v1.16.0
2026-06-19T05:17:33.1700562Z    Compiling powerfmt v0.2.0
2026-06-19T05:17:33.2917371Z    Compiling cc v1.2.63
2026-06-19T05:17:33.2971305Z    Compiling fastrand v2.4.1
2026-06-19T05:17:33.3210910Z    Compiling base64ct v1.8.3
2026-06-19T05:17:33.3791483Z    Compiling crypto-common v0.1.7
2026-06-19T05:17:33.4050644Z    Compiling block-buffer v0.10.4
2026-06-19T05:17:33.4150566Z    Compiling http-body v1.0.1
2026-06-19T05:17:33.4164634Z    Compiling deranged v0.5.8
2026-06-19T05:17:33.5550937Z    Compiling digest v0.10.7
2026-06-19T05:17:33.5791081Z    Compiling try-lock v0.2.5
2026-06-19T05:17:33.6570883Z    Compiling mio v1.2.1
2026-06-19T05:17:33.6701033Z    Compiling socket2 v0.6.4
2026-06-19T05:17:33.6701749Z    Compiling getrandom v0.2.17
2026-06-19T05:17:33.7491086Z    Compiling pem-rfc7468 v1.0.0
2026-06-19T05:17:33.7980729Z    Compiling vcpkg v0.2.15
2026-06-19T05:17:33.8110465Z    Compiling zmij v1.0.21
2026-06-19T05:17:33.8730821Z    Compiling rand_core v0.6.4
2026-06-19T05:17:33.9421957Z    Compiling rand v0.10.1
2026-06-19T05:17:33.9511178Z    Compiling tower-service v0.3.3
2026-06-19T05:17:33.9530796Z    Compiling num-conv v0.2.2
2026-06-19T05:17:34.0361403Z    Compiling data-encoding v2.11.0
2026-06-19T05:17:34.0700825Z    Compiling tinyvec_macros v0.1.1
2026-06-19T05:17:34.0821070Z    Compiling base64 v0.22.1
2026-06-19T05:17:34.1100651Z    Compiling time-core v0.1.8
2026-06-19T05:17:34.1161303Z    Compiling pkg-config v0.3.33
2026-06-19T05:17:34.1290385Z    Compiling tinyvec v1.11.0
2026-06-19T05:17:34.1781102Z    Compiling parking_lot v0.12.5
2026-06-19T05:17:34.2040580Z    Compiling sha2 v0.10.9
2026-06-19T05:17:34.3020655Z    Compiling block-buffer v0.12.0
2026-06-19T05:17:34.3980625Z    Compiling crypto-common v0.2.2
2026-06-19T05:17:34.4093500Z    Compiling want v0.3.1
2026-06-19T05:17:34.4960056Z    Compiling inout v0.1.4
2026-06-19T05:17:34.6079319Z    Compiling cmake v0.1.58
2026-06-19T05:17:34.6371274Z    Compiling vergen-lib v9.1.0
2026-06-19T05:17:34.6770419Z    Compiling n0-future v0.3.2
2026-06-19T05:17:34.7895425Z    Compiling diatomic-waker v0.2.3
2026-06-19T05:17:34.8011180Z    Compiling spin v0.10.0
2026-06-19T05:17:34.8132509Z    Compiling winnow v1.0.3
2026-06-19T05:17:34.8136057Z    Compiling parking v2.2.1
2026-06-19T05:17:34.8224297Z    Compiling cordyceps v0.3.4
2026-06-19T05:17:34.8967600Z    Compiling crossbeam-utils v0.8.21
2026-06-19T05:17:34.9171115Z    Compiling serde_json v1.0.150
2026-06-19T05:17:34.9297961Z    Compiling signature v2.2.0
2026-06-19T05:17:34.9460854Z    Compiling httpdate v1.0.3
2026-06-19T05:17:34.9616826Z    Compiling futures-lite v2.6.1
2026-06-19T05:17:34.9960514Z    Compiling cipher v0.4.4
2026-06-19T05:17:35.0682957Z    Compiling ed25519 v2.2.3
2026-06-19T05:17:35.0991487Z    Compiling netlink-packet-core v0.8.1
2026-06-19T05:17:35.1640824Z    Compiling futures-buffered v0.2.13
2026-06-19T05:17:35.1685773Z    Compiling universal-hash v0.5.1
2026-06-19T05:17:35.2137260Z    Compiling vergen v9.1.0
2026-06-19T05:17:35.2235135Z    Compiling vergen-lib v0.1.6
2026-06-19T05:17:35.2477159Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-19T05:17:35.2640783Z    Compiling heapless v0.7.17
2026-06-19T05:17:35.3001313Z    Compiling noq-udp v0.10.0
2026-06-19T05:17:35.3700794Z    Compiling sync_wrapper v1.0.2
2026-06-19T05:17:35.3757875Z    Compiling opaque-debug v0.3.1
2026-06-19T05:17:35.3842274Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-19T05:17:35.4459874Z    Compiling byteorder v1.5.0
2026-06-19T05:17:35.4651675Z    Compiling allocator-api2 v0.2.21
2026-06-19T05:17:35.4721905Z    Compiling polyval v0.6.2
2026-06-19T05:17:35.4726645Z    Compiling aws-lc-sys v0.41.0
2026-06-19T05:17:35.4940862Z    Compiling ring v0.17.14
2026-06-19T05:17:35.4981094Z    Compiling libsqlite3-sys v0.30.1
2026-06-19T05:17:35.5340721Z    Compiling digest v0.11.3
2026-06-19T05:17:35.6465252Z    Compiling hash32 v0.2.1
2026-06-19T05:17:35.6940731Z    Compiling spin v0.9.8
2026-06-19T05:17:35.7148828Z    Compiling vergen-gitcl v1.0.8
2026-06-19T05:17:35.7191302Z    Compiling ryu v1.0.23
2026-06-19T05:17:35.7700812Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-19T05:17:35.8439631Z    Compiling tower-layer v0.3.3
2026-06-19T05:17:35.9201003Z    Compiling num_threads v0.1.7
2026-06-19T05:17:35.9256672Z    Compiling fallible-iterator v0.3.0
2026-06-19T05:17:35.9329083Z    Compiling signature v3.0.0
2026-06-19T05:17:35.9637608Z    Compiling sha2 v0.11.0-rc.5
2026-06-19T05:17:36.0519338Z    Compiling time v0.3.47
2026-06-19T05:17:36.0557770Z    Compiling ghash v0.5.1
2026-06-19T05:17:36.0700658Z    Compiling aes v0.8.4
2026-06-19T05:17:36.1040731Z    Compiling ctr v0.9.2
2026-06-19T05:17:36.1145199Z    Compiling fs2 v0.4.3
2026-06-19T05:17:36.1670626Z    Compiling http-body-util v0.1.3
2026-06-19T05:17:36.2740757Z    Compiling aead v0.5.2
2026-06-19T05:17:36.2830977Z    Compiling openssl-probe v0.2.1
2026-06-19T05:17:36.3770815Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-19T05:17:36.4320298Z    Compiling crossbeam-epoch v0.9.18
2026-06-19T05:17:36.4410503Z    Compiling crossbeam-channel v0.5.15
2026-06-19T05:17:36.4630939Z    Compiling netlink-packet-route v0.29.0
2026-06-19T05:17:36.4820644Z    Compiling blake3 v1.8.5
2026-06-19T05:17:36.5280609Z    Compiling uuid v1.23.2
2026-06-19T05:17:36.7080705Z    Compiling aes-gcm v0.10.3
2026-06-19T05:17:36.8250903Z    Compiling memoffset v0.6.5
2026-06-19T05:17:36.8899939Z    Compiling acto v0.8.2
2026-06-19T05:17:36.8908682Z    Compiling noq v0.18.0
2026-06-19T05:17:36.9440997Z    Compiling netwatch v0.16.0
2026-06-19T05:17:36.9907784Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-19T05:17:37.0824612Z    Compiling rustc-hash v2.1.2
2026-06-19T05:17:37.1180586Z    Compiling tagptr v0.2.0
2026-06-19T05:17:37.1380889Z    Compiling rustix v1.1.4
2026-06-19T05:17:37.1526593Z    Compiling ref-cast v1.0.25
2026-06-19T05:17:37.1640619Z    Compiling foldhash v0.2.0
2026-06-19T05:17:37.1980750Z    Compiling lru-slab v0.1.2
2026-06-19T05:17:37.2681665Z    Compiling identity-hash v0.1.0
2026-06-19T05:17:37.2725088Z    Compiling xml-rs v0.8.28
2026-06-19T05:17:37.3038854Z    Compiling sorted-index-buffer v0.2.1
2026-06-19T05:17:37.3686285Z    Compiling synstructure v0.13.2
2026-06-19T05:17:37.3739720Z    Compiling darling_core v0.20.11
2026-06-19T05:17:37.3862282Z    Compiling mac-addr v0.3.0
2026-06-19T05:17:37.4470931Z    Compiling thiserror v1.0.69
2026-06-19T05:17:37.5981869Z    Compiling serde_derive_internals v0.29.1
2026-06-19T05:17:37.6240865Z    Compiling hashbrown v0.16.1
2026-06-19T05:17:37.7757726Z    Compiling netlink-packet-route v0.30.0
2026-06-19T05:17:38.0366663Z    Compiling proc-macro-crate v3.5.0
2026-06-19T05:17:38.3090419Z    Compiling xmltree v0.10.3
2026-06-19T05:17:38.3405026Z    Compiling serial-core v0.4.0
2026-06-19T05:17:38.4060482Z    Compiling errno v0.3.14
2026-06-19T05:17:38.4201857Z    Compiling ioctl-rs v0.1.6
2026-06-19T05:17:38.4631035Z    Compiling termios v0.2.2
2026-06-19T05:17:38.5301419Z    Compiling aho-corasick v1.1.4
2026-06-19T05:17:38.5431350Z    Compiling simple-dns v0.9.3
2026-06-19T05:17:38.5472073Z    Compiling resolv-conf v0.7.6
2026-06-19T05:17:38.5480051Z    Compiling winnow v0.7.15
2026-06-19T05:17:38.5631874Z    Compiling toml_write v0.1.2
2026-06-19T05:17:38.5796274Z    Compiling regex-syntax v0.8.10
2026-06-19T05:17:38.6210835Z    Compiling linux-raw-sys v0.12.1
2026-06-19T05:17:38.7176542Z    Compiling simdutf8 v0.1.5
2026-06-19T05:17:38.7851059Z    Compiling constant_time_eq v0.4.2
2026-06-19T05:17:38.9890526Z    Compiling arrayref v0.3.9
2026-06-19T05:17:38.9956361Z    Compiling smol_str v0.1.24
2026-06-19T05:17:39.0361615Z    Compiling signal-hook v0.3.18
2026-06-19T05:17:39.0362456Z    Compiling sha1_smol v1.0.1
2026-06-19T05:17:39.0371317Z    Compiling arrayvec v0.7.6
2026-06-19T05:17:39.1960559Z    Compiling serial-unix v0.4.0
2026-06-19T05:17:39.2008002Z    Compiling signal-hook-registry v1.4.8
2026-06-19T05:17:39.2180773Z    Compiling serde_derive v1.0.228
2026-06-19T05:17:39.2431089Z    Compiling zeroize_derive v1.4.3
2026-06-19T05:17:39.2587597Z    Compiling tokio-macros v2.7.0
2026-06-19T05:17:39.3927845Z    Compiling zerofrom-derive v0.1.7
2026-06-19T05:17:39.5766875Z    Compiling futures-macro v0.3.32
2026-06-19T05:17:39.8521790Z    Compiling zeroize v1.8.2
2026-06-19T05:17:39.9200727Z    Compiling tokio v1.52.3
2026-06-19T05:17:40.0110596Z    Compiling yoke-derive v0.8.2
2026-06-19T05:17:40.5040797Z    Compiling futures-util v0.3.32
2026-06-19T05:17:40.7549748Z    Compiling zerovec-derive v0.11.3
2026-06-19T05:17:40.8471757Z    Compiling zerofrom v0.1.8
2026-06-19T05:17:40.9628597Z    Compiling displaydoc v0.2.6
2026-06-19T05:17:41.1460896Z    Compiling tracing-attributes v0.1.31
2026-06-19T05:17:41.1743255Z    Compiling rustls-pki-types v1.14.1
2026-06-19T05:17:41.2640952Z    Compiling yoke v0.8.3
2026-06-19T05:17:41.4840917Z    Compiling thiserror-impl v2.0.18
2026-06-19T05:17:41.5113728Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-19T05:17:41.8296403Z    Compiling zerotrie v0.2.4
2026-06-19T05:17:42.1470239Z    Compiling darling_macro v0.20.11
2026-06-19T05:17:42.2067292Z    Compiling zerovec v0.11.6
2026-06-19T05:17:42.2167585Z    Compiling derive_more-impl v2.1.1
2026-06-19T05:17:42.3000496Z    Compiling spez v0.1.2
2026-06-19T05:17:42.4493796Z    Compiling darling v0.20.11
2026-06-19T05:17:42.5156379Z    Compiling derive_builder_core v0.20.2
2026-06-19T05:17:42.5260337Z    Compiling n0-error-macros v0.1.3
2026-06-19T05:17:42.8181104Z    Compiling der v0.8.0-rc.10
2026-06-19T05:17:43.0240206Z    Compiling tinystr v0.8.3
2026-06-19T05:17:43.0539721Z    Compiling potential_utf v0.1.5
2026-06-19T05:17:43.1973763Z    Compiling icu_collections v2.2.0
2026-06-19T05:17:43.2092279Z    Compiling pin-project-internal v1.1.13
2026-06-19T05:17:43.2620807Z    Compiling icu_locale_core v2.2.0
2026-06-19T05:17:43.7470528Z    Compiling derive_builder_macro v0.20.2
2026-06-19T05:17:43.8282170Z    Compiling n0-error v0.1.3
2026-06-19T05:17:43.9880490Z    Compiling cobs v0.3.0
2026-06-19T05:17:44.0991481Z    Compiling derive_builder v0.20.2
2026-06-19T05:17:44.2070801Z    Compiling futures-executor v0.3.32
2026-06-19T05:17:44.2301005Z    Compiling ed25519-dalek v2.2.0
2026-06-19T05:17:44.4311015Z    Compiling ipnet v2.12.0
2026-06-19T05:17:44.5470746Z    Compiling icu_provider v2.2.0
2026-06-19T05:17:44.5810290Z    Compiling pin-project v1.1.13
2026-06-19T05:17:44.6220371Z    Compiling spki v0.8.0-rc.4
2026-06-19T05:17:44.6340882Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-19T05:17:44.7300472Z    Compiling futures v0.3.32
2026-06-19T05:17:44.7930799Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-19T05:17:44.9750782Z    Compiling icu_properties v2.2.0
2026-06-19T05:17:44.9798434Z    Compiling icu_normalizer v2.2.0
2026-06-19T05:17:44.9816614Z    Compiling prefix-trie v0.8.4
2026-06-19T05:17:45.0668250Z    Compiling ed25519 v3.0.0-rc.4
2026-06-19T05:17:45.2350646Z    Compiling once_cell v1.21.4
2026-06-19T05:17:45.3161267Z    Compiling postcard-derive v0.2.2
2026-06-19T05:17:45.4913902Z    Compiling tracing-core v0.1.36
2026-06-19T05:17:45.5339578Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-19T05:17:45.7110872Z    Compiling hashbrown v0.14.5
2026-06-19T05:17:45.8371191Z    Compiling rustls-native-certs v0.8.4
2026-06-19T05:17:45.9061092Z    Compiling postcard v1.1.3
2026-06-19T05:17:45.9370813Z    Compiling data-encoding-macro v0.1.20
2026-06-19T05:17:45.9676409Z    Compiling tokio-util v0.7.18
2026-06-19T05:17:46.0073951Z    Compiling tracing v0.1.44
2026-06-19T05:17:46.1651473Z    Compiling netlink-sys v0.8.8
2026-06-19T05:17:46.3580981Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-19T05:17:46.3761333Z    Compiling tower v0.5.3
2026-06-19T05:17:46.3946805Z    Compiling async-trait v0.1.89
2026-06-19T05:17:46.4220380Z    Compiling strum_macros v0.28.0
2026-06-19T05:17:46.4907905Z    Compiling idna_adapter v1.2.2
2026-06-19T05:17:46.5671163Z    Compiling idna v1.1.0
2026-06-19T05:17:46.6271812Z    Compiling hashlink v0.9.1
2026-06-19T05:17:46.7090921Z    Compiling derive_more v2.1.1
2026-06-19T05:17:46.8060485Z    Compiling num_enum_derive v0.7.6
2026-06-19T05:17:46.8130893Z    Compiling iroh-metrics-derive v0.4.1
2026-06-19T05:17:46.8620651Z    Compiling enum-assoc v1.3.0
2026-06-19T05:17:46.8973648Z    Compiling iroh-relay v0.98.0
2026-06-19T05:17:46.9177333Z    Compiling netdev v0.42.0
2026-06-19T05:17:46.9400903Z    Compiling netlink-proto v0.12.0
2026-06-19T05:17:46.9500673Z    Compiling moka v0.12.15
2026-06-19T05:17:47.0350538Z    Compiling url v2.5.8
2026-06-19T05:17:47.1761205Z    Compiling h2 v0.4.14
2026-06-19T05:17:47.2262365Z    Compiling rusqlite v0.32.1
2026-06-19T05:17:47.2864480Z    Compiling iroh-metrics v0.38.3
2026-06-19T05:17:47.3316338Z    Compiling n0-watcher v0.6.1
2026-06-19T05:17:47.4897307Z    Compiling tokio-stream v0.1.18
2026-06-19T05:17:47.6141673Z    Compiling serde_spanned v0.6.9
2026-06-19T05:17:47.6486749Z    Compiling toml_datetime v0.6.11
2026-06-19T05:17:47.7370457Z    Compiling thiserror-impl v1.0.69
2026-06-19T05:17:47.8651354Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-19T05:17:47.8779383Z    Compiling num_enum v0.7.6
2026-06-19T05:17:47.9630749Z    Compiling tower-http v0.6.11
2026-06-19T05:17:48.0083309Z    Compiling iroh-base v0.98.0
2026-06-19T05:17:48.0410485Z    Compiling attohttpc v0.30.1
2026-06-19T05:17:48.1321261Z    Compiling ref-cast-impl v1.0.25
2026-06-19T05:17:48.1618269Z    Compiling toml_edit v0.22.27
2026-06-19T05:17:48.4260841Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-19T05:17:48.6224144Z    Compiling webpki-roots v1.0.7
2026-06-19T05:17:48.6930867Z    Compiling regex-automata v0.4.14
2026-06-19T05:17:48.7123596Z    Compiling schemars_derive v1.2.1
2026-06-19T05:17:48.7860815Z    Compiling lru v0.16.4
2026-06-19T05:17:49.0520626Z    Compiling darling_core v0.23.0
2026-06-19T05:17:49.0960726Z    Compiling serde_bytes v0.11.19
2026-06-19T05:17:49.2640469Z    Compiling hmac v0.12.1
2026-06-19T05:17:49.3460229Z    Compiling strum v0.28.0
2026-06-19T05:17:49.3558424Z    Compiling seize v0.5.1
2026-06-19T05:17:49.3723318Z    Compiling iroh v0.98.2
2026-06-19T05:17:49.3880923Z    Compiling utf8parse v0.2.2
2026-06-19T05:17:49.4530639Z    Compiling iroh-dns v0.98.0
2026-06-19T05:17:49.4690843Z    Compiling dyn-clone v1.0.20
2026-06-19T05:17:49.5420567Z    Compiling rustix v0.38.44
2026-06-19T05:17:49.6370506Z    Compiling pin-utils v0.1.0
2026-06-19T05:17:49.6541151Z    Compiling bitflags v1.3.2
2026-06-19T05:17:49.7039996Z    Compiling cmov v0.5.4
2026-06-19T05:17:49.7470913Z    Compiling nix v0.25.1
2026-06-19T05:17:49.8690436Z    Compiling papaya v0.2.4
2026-06-19T05:17:49.9685247Z    Compiling ctutils v0.4.2
2026-06-19T05:17:49.9970606Z    Compiling anstyle-parse v1.0.0
2026-06-19T05:17:50.0719726Z    Compiling hkdf v0.12.4
2026-06-19T05:17:50.0840755Z    Compiling filedescriptor v0.8.3
2026-06-19T05:17:50.1637848Z    Compiling backon v1.6.0
2026-06-19T05:17:50.2396890Z    Compiling serial v0.4.0
2026-06-19T05:17:50.2553958Z    Compiling instability v0.3.12
2026-06-19T05:17:50.3246369Z    Compiling shell-words v1.1.1
2026-06-19T05:17:50.3384004Z    Compiling anstyle v1.0.14
2026-06-19T05:17:50.3851383Z    Compiling is_terminal_polyfill v1.70.2
2026-06-19T05:17:50.4181509Z    Compiling anstyle-query v1.1.5
2026-06-19T05:17:50.4620711Z    Compiling linux-raw-sys v0.4.15
2026-06-19T05:17:50.4951215Z    Compiling foldhash v0.1.5
2026-06-19T05:17:50.5102947Z    Compiling colorchoice v1.0.5
2026-06-19T05:17:50.5222533Z    Compiling downcast-rs v1.2.1
2026-06-19T05:17:50.6178430Z    Compiling anstream v1.0.0
2026-06-19T05:17:50.6323779Z    Compiling signal-hook-mio v0.2.5
2026-06-19T05:17:50.6479460Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-19T05:17:50.6494256Z    Compiling hashbrown v0.15.5
2026-06-19T05:17:50.7370900Z    Compiling spake2 v0.4.0
2026-06-19T05:17:50.7464846Z    Compiling terminal_size v0.4.4
2026-06-19T05:17:50.7689762Z    Compiling schemars v1.2.1
2026-06-19T05:17:50.9242286Z    Compiling strum_macros v0.26.4
2026-06-19T05:17:51.0320736Z    Compiling toml v0.8.23
2026-06-19T05:17:51.1240754Z    Compiling sha1 v0.10.6
2026-06-19T05:17:51.4431295Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-19T05:17:51.4730370Z    Compiling itertools v0.13.0
2026-06-19T05:17:52.1311923Z    Compiling regex v1.12.3
2026-06-19T05:17:52.1499656Z    Compiling castaway v0.2.4
2026-06-19T05:17:52.2151137Z    Compiling clap_lex v1.1.0
2026-06-19T05:17:52.2466316Z    Compiling indoc v2.0.7
2026-06-19T05:17:52.4560941Z    Compiling unicode-width v0.1.14
2026-06-19T05:17:52.6738512Z    Compiling hyper v1.10.1
2026-06-19T05:17:52.7711422Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-19T05:17:52.7940987Z    Compiling doctest-file v1.1.1
2026-06-19T05:17:52.8380748Z    Compiling darling_macro v0.23.0
2026-06-19T05:17:53.2961566Z    Compiling static_assertions v1.1.0
2026-06-19T05:17:53.3151190Z    Compiling darling v0.23.0
2026-06-19T05:17:53.3710935Z    Compiling compact_str v0.8.2
2026-06-19T05:17:53.3768674Z    Compiling strum v0.26.3
2026-06-19T05:17:53.4370773Z    Compiling interprocess v2.4.2
2026-06-19T05:17:53.4711071Z    Compiling clap_builder v4.6.0
2026-06-19T05:17:53.4987133Z    Compiling crossterm v0.28.1
2026-06-19T05:17:53.5329808Z    Compiling unicode-truncate v1.1.0
2026-06-19T05:17:53.6127249Z    Compiling lru v0.12.5
2026-06-19T05:17:53.6750642Z    Compiling clap_derive v4.6.1
2026-06-19T05:17:53.8432904Z    Compiling portable-pty v0.8.1
2026-06-19T05:17:53.8683321Z    Compiling cassowary v0.3.0
2026-06-19T05:17:54.0250783Z    Compiling iana-time-zone v0.1.65
2026-06-19T05:17:54.3801589Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-19T05:17:54.3802901Z    Compiling unicode-width v0.2.0
2026-06-19T05:17:54.4595423Z    Compiling chrono v0.4.45
2026-06-19T05:17:54.6740743Z    Compiling hyper-util v0.1.20
2026-06-19T05:17:54.6978291Z    Compiling ratatui v0.29.0
2026-06-19T05:17:54.7160757Z    Compiling nucleo-matcher v0.3.1
2026-06-19T05:17:54.8881019Z    Compiling qrcode v0.14.1
2026-06-19T05:17:55.1422012Z    Compiling tempfile v3.27.0
2026-06-19T05:17:55.7151002Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-19T05:17:56.2679335Z    Compiling clap v4.6.1
2026-06-19T05:17:56.8294012Z    Compiling igd-next v0.17.1
2026-06-19T05:17:58.0622552Z    Compiling portmapper v0.16.0
2026-06-19T05:18:02.7851955Z    Compiling rustls-webpki v0.103.13
2026-06-19T05:18:05.1714315Z    Compiling tokio-rustls v0.26.4
2026-06-19T05:18:05.1716726Z    Compiling noq-proto v0.17.0
2026-06-19T05:18:05.1717059Z    Compiling rustls-platform-verifier v0.7.0
2026-06-19T05:18:05.3145022Z    Compiling hickory-net v0.26.0-beta.4
2026-06-19T05:18:05.3145578Z    Compiling hyper-rustls v0.27.9
2026-06-19T05:18:05.3145959Z    Compiling tokio-websockets v0.13.2
2026-06-19T05:18:05.4421379Z    Compiling reqwest v0.13.4
2026-06-19T05:18:06.3556587Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-19T05:18:20.1999274Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-19T05:18:21.5337035Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-19T05:18:28.2499739Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-19T05:18:31.8200929Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-19T05:18:31.8418068Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-19T05:18:31.8432385Z 
2026-06-19T05:18:31.8432545Z running 1 test
2026-06-19T05:18:38.0337956Z test new_brain_serves_against_old_broker ... ok
2026-06-19T05:18:38.0338270Z 
2026-06-19T05:18:38.0338552Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-19T05:18:38.0338895Z 
2026-06-19T05:18:38.0547682Z Post job cleanup.
2026-06-19T05:18:38.1243845Z [command]/usr/bin/git version
2026-06-19T05:18:38.1307983Z git version 2.43.0
2026-06-19T05:18:38.1345409Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/96df0e9d-6871-4c52-a54b-a23916fb034b' before making global git config changes
2026-06-19T05:18:38.1346253Z Adding repository directory to the temporary git global config as a safe directory
2026-06-19T05:18:38.1348871Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-19T05:18:38.1379400Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-19T05:18:38.1406257Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-19T05:18:38.1588379Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-19T05:18:38.1607219Z http.https://github.com/.extraheader
2026-06-19T05:18:38.1614642Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-19T05:18:38.1637543Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-19T05:18:38.1825667Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-19T05:18:38.1852586Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-19T05:18:38.2167337Z Cleaning up orphan processes
2026-06-19T05:18:38.2668817Z Terminate orphan process: pid (2325874) (spt)
